[Top] [Prev] [Next] [Bottom] [Contents]

SaVbsNTabs

Prints tab characters to standard out.

Synopsis

#include "savbs.h"
int SaVbsNTabs(int n);

Argument

n
A number specifying how many tabs to print. Must be greater than zero.

Return Values

Returns an integer with a value of 0.

Description

Prints tab characters to standard out.

Example

The code fragment:

SaVbsNTabs("5");
will write:

\t\t\t\t\t
to the output stream.

See Also

SaVbsB, SaVbsCommE, SaVbsE, SaVbsEndIf, SaVbsFuncTrue, SaVbsFuncFalse

SaVbsMsgBox, SaVbsPrint, SaVbsIsLower, SaVbsIsUpper, SaVbsNotDigit

SaVbsLenNe, SaVbsLenZero, SaVbsCommB, SaVbsExitF, SaVbsEndF, SaVbsNext

SaVbsElse, SaVbsStdFor, SaVbsDecl, SaVbsNLines



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.